the spinbutton node is where the styling is applied, the leftover
properties on the entry node make a backdrop transition bad.
entry {
min-width: 28px;
+ // reset all the other props since the spinbutton node is styled here
margin: 0;
background: none;
+ background-color: transparent;
border: none;
+ border-radius: 0;
box-shadow: none;
}
min-width: 28px;
margin: 0;
background: none;
+ background-color: transparent;
border: none;
+ border-radius: 0;
box-shadow: none; }
spinbutton:not(.vertical) button {
min-height: 16px;
min-width: 28px;
margin: 0;
background: none;
+ background-color: transparent;
border: none;
+ border-radius: 0;
box-shadow: none; }
spinbutton:not(.vertical) button {
min-height: 16px;